MessageSizeExceededException Constructors

Definition

Overloads

MessageSizeExceededException(String)
MessageSizeExceededException(String, Exception)

MessageSizeExceededException(String)

Source:
MessageSizeExceededException.cs
public MessageSizeExceededException (string message);
new Microsoft.Azure.ServiceBus.MessageSizeExceededException : string -> Microsoft.Azure.ServiceBus.MessageSizeExceededException
Public Sub New (message As String)

Parameters

message
String

Applies to

MessageSizeExceededException(String, Exception)

Source:
MessageSizeExceededException.cs
public MessageSizeExceededException (string message, Exception innerException);
new Microsoft.Azure.ServiceBus.MessageSizeExceededException : string * Exception -> Microsoft.Azure.ServiceBus.MessageSizeExceededException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to