C# Class Microsoft.Toolkit.Services.ConfigNullException

Exception for null Config.
Inheritance: Exception
Show file Open project: unoplatform/Uno.WindowsCommunityToolkit

Public Methods

Method Description
ConfigNullException ( ) : System

Initializes a new instance of the ConfigNullException class. Default constructor.

ConfigNullException ( string message ) : System

Initializes a new instance of the ConfigNullException class. Constructor accepting additional message string.

ConfigNullException ( string message, Exception innerException ) : System

Initializes a new instance of the ConfigNullException class. Constructor accepting additonal message string and inner exception

Method Details

ConfigNullException() public method

Initializes a new instance of the ConfigNullException class. Default constructor.
public ConfigNullException ( ) : System
return System

ConfigNullException() public method

Initializes a new instance of the ConfigNullException class. Constructor accepting additional message string.
public ConfigNullException ( string message ) : System
message string Additional error information.
return System

ConfigNullException() public method

Initializes a new instance of the ConfigNullException class. Constructor accepting additonal message string and inner exception
public ConfigNullException ( string message, Exception innerException ) : System
message string Additional error information.
innerException Exception Reference to inner exception.
return System