RuntimeException Oluşturucular

Tanım

Aşırı Yüklemeler

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

RuntimeException()

protected RuntimeException ();

Şunlara uygulanır

RuntimeException(Int64)

protected RuntimeException (long errorCode);

Parametreler

errorCode
Int64

Şunlara uygulanır

RuntimeException(SerializationInfo, StreamingContext)

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

Parametreler

Şunlara uygulanır

RuntimeException(String, Int64)

protected RuntimeException (string message, long errorCode);

Parametreler

message
String
errorCode
Int64

Şunlara uygulanır

RuntimeException(String, Int64, Exception)

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

Parametreler

message
String
errorCode
Int64
innerException
Exception

Şunlara uygulanır