API Reference
Class
ConversionException
Represents errors that occur during document conversion processes.
Inheritance
- Exception
- ConversionException
Constructors
ConversionException 3 overloads
public ConversionException() #Initializes a new instance of the ConversionException class.
public ConversionException(String message) #Initializes a new instance of the ConversionException class with a specified error message.
Parameters
- message System.String
- The message that describes the error.
public ConversionException(String message, Exception innerException) #Initializes a new instance of the ConversionException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters
- message System.String
- The error message that explains the reason for the exception.
- innerException System.Exception
- The exception that is the cause of the current exception.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
public override Void GetObjectData(SerializationInfo info, StreamingContext context) #Returns:
VoidInherited from Exception
Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}") EditorBrowsable(1)Parameters
- info SerializationInfo
- context StreamingContext