Class AviFileException
Inheritance
AviFileException
Assembly: JeremyAnsel.Xwa.Snm.dll
Syntax
[Serializable]
public class AviFileException : Exception, ISerializable
Constructors
|
Edit this page
View Source
AviFileException()
Declaration
public AviFileException()
|
Edit this page
View Source
AviFileException(SerializationInfo, StreamingContext)
Declaration
protected AviFileException(SerializationInfo info, StreamingContext context)
Parameters
|
Edit this page
View Source
AviFileException(string)
Declaration
public AviFileException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
AviFileException(string, Exception)
Declaration
public AviFileException(string message, Exception innerException)
Parameters
Implements