ILWeaverResultException Class
Definition
Section titled “Definition”An exception thrown by ThrowIfFailure().
[Serializable]public class ILWeaverResultException : Exception, ISerializableInheritance object → Exception
Implements ISerializable
Constructors
Section titled “Constructors”ILWeaverResultException()
Section titled “ILWeaverResultException()”Initializes a new instance of the Exception class.
public ILWeaverResultException()ILWeaverResultException(string)
Section titled “ILWeaverResultException(string)”Initializes a new instance of the Exception class with a specified error message.
public ILWeaverResultException(string message)Parameters
Section titled “Parameters”message string
The message that describes the error.
ILWeaverResultException(string, Exception)
Section titled “ILWeaverResultException(string, Exception)”Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ILWeaverResultException(string message, Exception inner)Parameters
Section titled “Parameters”message string
The error message that explains the reason for the exception.
inner Exception