CodeGenerationException 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
CodeGenerationException() |
Initializes a new instance of the CodeGenerationException class. |
CodeGenerationException(String) |
Initializes a new instance of the CodeGenerationException class. |
CodeGenerationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CodeGenerationException class. |
CodeGenerationException(String, Exception) |
Initializes a new instance of the CodeGenerationException class. |
CodeGenerationException()
- Source:
- CodeGenerationException.cs
Initializes a new instance of the CodeGenerationException class.
public CodeGenerationException ();
Public Sub New ()
Applies to
CodeGenerationException(String)
- Source:
- CodeGenerationException.cs
Initializes a new instance of the CodeGenerationException class.
public CodeGenerationException (string message);
new Orleans.CodeGenerator.CodeGenerationException : string -> Orleans.CodeGenerator.CodeGenerationException
Public Sub New (message As String)
Parameters
- message
- String
The message.
Applies to
CodeGenerationException(SerializationInfo, StreamingContext)
- Source:
- CodeGenerationException.cs
Initializes a new instance of the CodeGenerationException class.
protected CodeGenerationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.CodeGenerator.CodeGenerationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.CodeGenerator.CodeGenerationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The info.
- context
- StreamingContext
The context.
Applies to
CodeGenerationException(String, Exception)
- Source:
- CodeGenerationException.cs
Initializes a new instance of the CodeGenerationException class.
public CodeGenerationException (string message, Exception innerException);
new Orleans.CodeGenerator.CodeGenerationException : string * Exception -> Orleans.CodeGenerator.CodeGenerationException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message.
- innerException
- Exception
The inner exception.