C# Class Akka.Pattern.IllegalStateException

Inheritance: AkkaException
Afficher le fichier Open project: SonarSource/dotnet-test-sources Class Usage Examples

Méthodes publiques

Méthode Description
IllegalStateException ( string message ) : System.Runtime.Serialization

Initializes a new instance of the IllegalStateException class.

Méthodes protégées

Méthode Description
IllegalStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Initializes a new instance of the IllegalStateException class.

Method Details

IllegalStateException() protected méthode

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.
Résultat System.Runtime.Serialization

IllegalStateException() public méthode

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