RuntimeException Constructeurs

Définition

Surcharges

RuntimeException()
RuntimeException(Int64)
RuntimeException(SerializationInfo, StreamingContext)
RuntimeException(String, Int64)
RuntimeException(String, Int64, Exception)

RuntimeException()

protected RuntimeException ();

S’applique à

RuntimeException(Int64)

protected RuntimeException (long errorCode);

Paramètres

errorCode
Int64

S’applique à

RuntimeException(SerializationInfo, StreamingContext)

protected RuntimeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Paramètres

S’applique à

RuntimeException(String, Int64)

protected RuntimeException (string message, long errorCode);

Paramètres

message
String
errorCode
Int64

S’applique à

RuntimeException(String, Int64, Exception)

protected RuntimeException (string message, long errorCode, Exception innerException);

Paramètres

message
String
errorCode
Int64
innerException
Exception

S’applique à