Method | Description | |
---|---|---|
BarrierPostPhaseException ( ) : System.Diagnostics |
Initializes a new instance of the BarrierPostPhaseException class.
|
|
BarrierPostPhaseException ( Exception innerException ) : System.Diagnostics |
Initializes a new instance of the BarrierPostPhaseException class with the specified inner exception.
|
|
BarrierPostPhaseException ( string message ) : System.Diagnostics |
Initializes a new instance of the BarrierPostPhaseException class with a specified error message.
|
|
BarrierPostPhaseException ( string message, Exception innerException ) : System.Diagnostics |
Initializes a new instance of the BarrierPostPhaseException class with a specified error message and inner exception.
|
Method | Description | |
---|---|---|
BarrierPostPhaseException ( SerializationInfo info, StreamingContext context ) : System.Diagnostics |
Initializes a new instance of the BarrierPostPhaseException class with serialized data.
|
public BarrierPostPhaseException ( ) : System.Diagnostics | ||
return | System.Diagnostics |
public BarrierPostPhaseException ( Exception innerException ) : System.Diagnostics | ||
innerException | Exception | The exception that is the cause of the current exception. |
return | System.Diagnostics |
protected BarrierPostPhaseException ( SerializationInfo info, StreamingContext context ) : System.Diagnostics | ||
info | SerializationInfo | The object that holds the serialized object data. |
context | StreamingContext | The contextual information about the source or destination. |
return | System.Diagnostics |
public BarrierPostPhaseException ( string message ) : System.Diagnostics | ||
message | string | A string that describes the exception. |
return | System.Diagnostics |
public BarrierPostPhaseException ( string message, Exception innerException ) : System.Diagnostics | ||
message | string | A string that describes the exception. |
innerException | Exception | The exception that is the cause of the current exception. |
return | System.Diagnostics |