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