The exception that is thrown when FFMpeg process retruns non-zero error exit code
Inheritance Hierarchy
SystemException
NReco.VideoConverterFFMpegException
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax
The FFMpegException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FFMpegException | Initializes a new instance of the FFMpegException class |
Properties
| Name | Description | |
|---|---|---|
| Data | (Inherited from Exception.) | |
| ErrorCode |
Get FFMpeg process error code
| |
| HelpLink | (Inherited from Exception.) | |
| HResult | (Inherited from Exception.) | |
| InnerException | (Inherited from Exception.) | |
| Message | (Inherited from Exception.) | |
| Source | (Inherited from Exception.) | |
| StackTrace | (Inherited from Exception.) | |
| TargetSite | (Inherited from Exception.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetBaseException | (Inherited from Exception.) | |
| GetHashCode | (Inherited from Object.) | |
| GetObjectData | (Inherited from Exception.) | |
| GetType | (Inherited from Exception.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Exception.) |
Events
| Name | Description | |
|---|---|---|
| SerializeObjectState | (Inherited from Exception.) |
See Also