NavigatorInvalidBodyAccessException Constructors

Definition

Initializes a new instance of the NavigatorInvalidBodyAccessException class.

Overloads

NavigatorInvalidBodyAccessException()

Initializes a new instance of the NavigatorInvalidBodyAccessException class.

NavigatorInvalidBodyAccessException(String)

Initializes a new instance of the NavigatorInvalidBodyAccessException class with a specified error message.

NavigatorInvalidBodyAccessException(SerializationInfo, StreamingContext)

Initializes a new instance of the NavigatorInvalidBodyAccessException class with data that specifies the source and destination of the stream and the information required to serialize the exception.

NavigatorInvalidBodyAccessException(String, Exception)

Initializes a new instance of the NavigatorInvalidBodyAccessException class with a specified error message and the inner exception that caused the current exception.

NavigatorInvalidBodyAccessException()

Initializes a new instance of the NavigatorInvalidBodyAccessException class.

public:
 NavigatorInvalidBodyAccessException();
public NavigatorInvalidBodyAccessException ();
Public Sub New ()

Applies to

NavigatorInvalidBodyAccessException(String)

Initializes a new instance of the NavigatorInvalidBodyAccessException class with a specified error message.

public:
 NavigatorInvalidBodyAccessException(System::String ^ message);
public NavigatorInvalidBodyAccessException (string message);
new System.ServiceModel.Dispatcher.NavigatorInvalidBodyAccessException : string -> System.ServiceModel.Dispatcher.NavigatorInvalidBodyAccessException
Public Sub New (message As String)

Parameters

message
String

The error message that explains the reason for the exception.

Applies to

NavigatorInvalidBodyAccessException(SerializationInfo, StreamingContext)

Initializes a new instance of the NavigatorInvalidBodyAccessException class with data that specifies the source and destination of the stream and the information required to serialize the exception.

protected:
 NavigatorInvalidBodyAccessException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected NavigatorInvalidBodyAccessException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.Dispatcher.NavigatorInvalidBodyAccessException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Dispatcher.NavigatorInvalidBodyAccessException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

The SerializationInfo that contains all the data required to serialize the exception.

context
StreamingContext

The StreamingContext that specifies the source and destination of the stream.

Applies to

NavigatorInvalidBodyAccessException(String, Exception)

Initializes a new instance of the NavigatorInvalidBodyAccessException class with a specified error message and the inner exception that caused the current exception.

public:
 NavigatorInvalidBodyAccessException(System::String ^ message, Exception ^ innerException);
public NavigatorInvalidBodyAccessException (string message, Exception innerException);
new System.ServiceModel.Dispatcher.NavigatorInvalidBodyAccessException : string * Exception -> System.ServiceModel.Dispatcher.NavigatorInvalidBodyAccessException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The error message that explains the reason for the exception.

innerException
Exception

The Exception that caused the current exception to be thrown.

Applies to