C# Class System.SystemException

Inheritance: Exception
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
SystemException ( ) : System
SystemException ( String message ) : System
SystemException ( String message, Exception innerException ) : System

Protected Methods

Method Description
SystemException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SystemException() public method

public SystemException ( ) : System
return System

SystemException() protected method

protected SystemException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SystemException() public method

public SystemException ( String message ) : System
message String
return System

SystemException() public method

public SystemException ( String message, Exception innerException ) : System
message String
innerException Exception
return System