MessagingEntityAlreadyExistsException 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
MessagingEntityAlreadyExistsException(String) | |
MessagingEntityAlreadyExistsException(String, Exception) |
MessagingEntityAlreadyExistsException(String)
public MessagingEntityAlreadyExistsException (string message);
new Microsoft.Azure.ServiceBus.Management.MessagingEntityAlreadyExistsException : string -> Microsoft.Azure.ServiceBus.Management.MessagingEntityAlreadyExistsException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
MessagingEntityAlreadyExistsException(String, Exception)
public MessagingEntityAlreadyExistsException (string message, Exception innerException);
new Microsoft.Azure.ServiceBus.Management.MessagingEntityAlreadyExistsException : string * Exception -> Microsoft.Azure.ServiceBus.Management.MessagingEntityAlreadyExistsException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET