OrleansConfigurationException 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
OrleansConfigurationException(String) | |
OrleansConfigurationException(SerializationInfo, StreamingContext) | |
OrleansConfigurationException(String, Exception) |
OrleansConfigurationException(String)
Initializes a new instance of the Exception class with a specified error message.
public OrleansConfigurationException (string message);
new Orleans.Runtime.OrleansConfigurationException : string -> Orleans.Runtime.OrleansConfigurationException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
OrleansConfigurationException(SerializationInfo, StreamingContext)
Obsolete.
Initializes a new instance of the Exception class with serialized data.
protected OrleansConfigurationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Orleans.Runtime.OrleansConfigurationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Orleans.Runtime.OrleansConfigurationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
OrleansConfigurationException(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 OrleansConfigurationException (string message, Exception innerException);
new Orleans.Runtime.OrleansConfigurationException : string * Exception -> Orleans.Runtime.OrleansConfigurationException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception