BadRpcHeaderException Class
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.
An exception thrown when a deserialized message has a bad header.
public class BadRpcHeaderException : StreamJsonRpc.RemoteRpcException
[System.Serializable]
public class BadRpcHeaderException : StreamJsonRpc.RemoteRpcException
type BadRpcHeaderException = class
inherit RemoteRpcException
[<System.Serializable>]
type BadRpcHeaderException = class
inherit RemoteRpcException
Public Class BadRpcHeaderException
Inherits RemoteRpcException
- Inheritance
- Attributes
Constructors
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. |
Properties
DeserializedErrorData |
Gets or sets the |
ErrorCode |
Gets or sets the value of the |
ErrorData |
Gets or sets the |
Methods
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from RemoteRpcException) |