C# Class msos.RunFailedException

Inheritance: System.Exception
Datei anzeigen Open project: goldshtn/msos

Public Methods

Method Description
RunFailedException ( string message ) : System

Protected Methods

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

Method Details

RunFailedException() protected method

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

RunFailedException() public method

public RunFailedException ( string message ) : System
message string
return System