FailedOperationException 建構

Initializes a new instance of the FailedOperationException class.

多載清單 

  名稱 描述
公用方法 FailedOperationException() () () () Initializes a new instance of the FailedOperationException class.
公用方法 FailedOperationException(String) Initializes a new instance of the FailedOperationException class that has the specified message.
公用方法 FailedOperationException(String, Exception) Initializes a new instance of the FailedOperationException class that has the specified message and inner exception.
公用方法 FailedOperationException(String, Object, Exception) Initializes a new instance of the FailedOperationException class with the specified object on which the specified operation failed and that has the specified inner exception.
公用方法 FailedOperationException(String, Object, Exception, String) Initializes a new instance of the FailedOperationException class that has the specified object on which the specified operation failed, and that has the specified inner exception and reason for occurring.

頂端