MessagingException 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
MessagingException(String)
public MessagingException (string message);
new Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException : string -> Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException
Public Sub New (message As String)
Parameters
- message
- System.String
Applies to
MessagingException(String, Boolean)
public MessagingException (string message, bool isTransient);
new Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException : string * bool -> Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException
Public Sub New (message As String, isTransient As Boolean)
Parameters
- message
- System.String
- isTransient
- System.Boolean
Applies to
MessagingException(String, Exception)
public MessagingException (string message, Exception innerException);
new Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException : string * Exception -> Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- System.String
- innerException
- System.Exception
Applies to
MessagingException(String, String)
public MessagingException (string message, string trackingId);
new Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException : string * string -> Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException
Public Sub New (message As String, trackingId As String)
Parameters
- message
- System.String
- trackingId
- System.String
Applies to
MessagingException(String, Boolean, String)
public MessagingException (string message, bool isTransient, string trackingId);
new Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException : string * bool * string -> Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException
Public Sub New (message As String, isTransient As Boolean, trackingId As String)
Parameters
- message
- System.String
- isTransient
- System.Boolean
- trackingId
- System.String
Applies to
MessagingException(String, Exception, Boolean)
public MessagingException (string message, Exception innerException, bool isTransient);
new Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException : string * Exception * bool -> Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException
Public Sub New (message As String, innerException As Exception, isTransient As Boolean)
Parameters
- message
- System.String
- innerException
- System.Exception
- isTransient
- System.Boolean
Applies to
MessagingException(String, Exception, String)
public MessagingException (string message, Exception innerException, string trackingId);
new Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException : string * Exception * string -> Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException
Public Sub New (message As String, innerException As Exception, trackingId As String)
Parameters
- message
- System.String
- innerException
- System.Exception
- trackingId
- System.String
Applies to
MessagingException(String, Exception, Boolean, String)
public MessagingException (string message, Exception innerException, bool isTransient, string trackingId);
new Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException : string * Exception * bool * string -> Microsoft.Azure.Devices.ProtocolGateway.Messaging.MessagingException
Public Sub New (message As String, innerException As Exception, isTransient As Boolean, trackingId As String)
Parameters
- message
- System.String
- innerException
- System.Exception
- isTransient
- System.Boolean
- trackingId
- System.String