C# Class Prebuild.Core.WarningException

Inheritance: System.Exception
Datei anzeigen Open project: aurora-sim/Aurora-Libs

Public Methods

Method Description
WarningException ( ) : System

WarningException ( string format ) : System

WarningException ( string message, Exception exception ) : System

Protected Methods

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

Method Details

WarningException() public method

public WarningException ( ) : System
return System

WarningException() protected method

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

WarningException() public method

public WarningException ( string format ) : System
format string
return System

WarningException() public method

public WarningException ( string message, Exception exception ) : System
message string
exception System.Exception
return System