Skip to content

ILWeaverResultException Class

An exception thrown by ThrowIfFailure().

C#
[Serializable]
public class ILWeaverResultException : Exception, ISerializable

Inheritance objectException

Implements ISerializable

Initializes a new instance of the Exception class.

C#
public ILWeaverResultException()

Initializes a new instance of the Exception class with a specified error message.

C#
public ILWeaverResultException(string message)

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.

C#
public ILWeaverResultException(string message, Exception inner)

message string
The error message that explains the reason for the exception.

inner Exception