Class InvalidInputException
The exception that is thrown when input does not exists.
Inheritance
System.Object
System.Exception
System.SystemException
System.IO.IOException
System.IO.FileNotFoundException
InvalidInputException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.IO.FileNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.IO.FileNotFoundException.ToString()
System.IO.FileNotFoundException.FileName
System.IO.FileNotFoundException.FusionLog
System.IO.FileNotFoundException.Message
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Xabe.FFmpeg.Exceptions
Assembly: Xabe.FFmpeg.dll
Syntax
public class InvalidInputException : FileNotFoundException, ISerializable
Constructors
InvalidInputException(String)
The exception that is thrown when input does not exists.
Declaration
public InvalidInputException(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |
Implements
System.Runtime.Serialization.ISerializable