C# Class Akka.Pattern.IllegalStateException

Inheritance: AkkaException
Datei anzeigen Open project: SonarSource/dotnet-test-sources Class Usage Examples

Public Methods

Method Description
IllegalStateException ( string message ) : System.Runtime.Serialization

Initializes a new instance of the IllegalStateException class.

Protected Methods

Method Description
IllegalStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Initializes a new instance of the IllegalStateException class.

Method Details

IllegalStateException() protected method

Initializes a new instance of the IllegalStateException class.
protected IllegalStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
return System.Runtime.Serialization

IllegalStateException() public method

Initializes a new instance of the IllegalStateException class.
public IllegalStateException ( string message ) : System.Runtime.Serialization
message string The message that describes the error.
return System.Runtime.Serialization