C# Class System.Runtime.InteropServices.SEHException

Inheritance: ExternalException
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CanResume ( ) : bool
SEHException ( ) : System.Runtime.InteropServices
SEHException ( String message ) : System.Runtime.InteropServices
SEHException ( String message, Exception inner ) : System.Runtime.InteropServices

Protected Methods

Method Description
SEHException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

CanResume() public method

public CanResume ( ) : bool
return bool

SEHException() public method

public SEHException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

SEHException() protected method

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

SEHException() public method

public SEHException ( String message ) : System.Runtime.InteropServices
message String
return System.Runtime.InteropServices

SEHException() public method

public SEHException ( String message, Exception inner ) : System.Runtime.InteropServices
message String
inner System.Exception
return System.Runtime.InteropServices