C# Class System.Threading.Tasks.TaskSchedulerException

Inheritance: System.Exception
Mostra file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
TaskSchedulerException ( ) : System
TaskSchedulerException ( Exception innerException ) : System
TaskSchedulerException ( string message ) : System
TaskSchedulerException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

TaskSchedulerException() public method

public TaskSchedulerException ( ) : System
return System

TaskSchedulerException() public method

public TaskSchedulerException ( Exception innerException ) : System
innerException System.Exception
return System

TaskSchedulerException() protected method

protected TaskSchedulerException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

TaskSchedulerException() public method

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

TaskSchedulerException() public method

public TaskSchedulerException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System