ILGenerationException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ILGenerationException() | |
ILGenerationException(String) | |
ILGenerationException(String, Exception) |
ILGenerationException()
ILGenerationException(String)
- Source:
- ILGenerationException.cs
public ILGenerationException (string message);
new Orleans.Serialization.ILGenerationException : string -> Orleans.Serialization.ILGenerationException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ILGenerationException(String, Exception)
- Source:
- ILGenerationException.cs
public ILGenerationException (string message, Exception innerException);
new Orleans.Serialization.ILGenerationException : string * Exception -> Orleans.Serialization.ILGenerationException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception