共用方式為


ObjectNeedsStateException 建構 (String, Exception)

初始化 ObjectNeedsStateException 類別的新執行個體,其中包含指定的錯誤訊息以及造成此例外狀況之內部例外的參考。

命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'用途
Dim message As String
Dim innerException As Exception

Dim instance As New ObjectNeedsStateException(message, innerException)
public ObjectNeedsStateException (
    string message,
    Exception innerException
)
public:
ObjectNeedsStateException (
    String^ message, 
    Exception^ innerException
)
public ObjectNeedsStateException (
    String message, 
    Exception innerException
)
public function ObjectNeedsStateException (
    message : String, 
    innerException : Exception
)

參數

  • message
    陳述例外狀況之原因的錯誤訊息。
  • innerException
    造成目前例外狀況的例外狀況,當未指定內部例外時則為 null 參考 (在 Visual Basic 中為 Nothing)。

請參閱

參考

ObjectNeedsStateException 類別
ObjectNeedsStateException 成員
Microsoft.Synchronization 命名空間