Constructor LlvmException
LlvmException()
Initializes a new instance of the LlvmException class.
Declaration
public LlvmException()
LlvmException(String)
Initializes a new instance of the LlvmException class.
Declaration
public LlvmException(string message)
Parameters
public LlvmException()
Initializes a new instance of the LlvmException class.
public LlvmException(string message)
Parameters
String | message | Exception Message |
LlvmException(String, Exception)
Initializes a new instance of the LlvmException class.
Declaration
public LlvmException(string message, Exception inner)
Parameters
public LlvmException(string message, Exception inner)
String | message | Exception Message |
Exception | inner | Inner Exception |
LlvmException(SerializationInfo, StreamingContext)
Initializes a new instance of the LlvmException class.
Declaration
protected LlvmException(SerializationInfo info, StreamingContext context)
Parameters
protected LlvmException(SerializationInfo info, StreamingContext context)
SerializationInfo | info | Serialization info |
StreamingContext | context | Streaming context |