次の方法で共有


QuotaExceededException コンストラクター

定義

オーバーロード

QuotaExceededException(String)
QuotaExceededException(String, Exception)

QuotaExceededException(String)

ソース:
QuotaExceededException.cs
public QuotaExceededException (string message);
new Microsoft.Azure.EventHubs.QuotaExceededException : string -> Microsoft.Azure.EventHubs.QuotaExceededException
Public Sub New (message As String)

パラメーター

message
String

適用対象

QuotaExceededException(String, Exception)

ソース:
QuotaExceededException.cs
public QuotaExceededException (string message, Exception innerException);
new Microsoft.Azure.EventHubs.QuotaExceededException : string * Exception -> Microsoft.Azure.EventHubs.QuotaExceededException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象