C# Class NotSupportedException, Anything

Inheritance: Exception
Mostrar archivo Open project: EYHN/Anything Class Usage Examples

Public Methods

Method Description
NotSupportedException ( FileHandle, fileHandle ) : Anything.Utils
NotSupportedException ( FileHandle, fileHandle, string message ) : Anything.Utils
NotSupportedException ( Url, uri ) : Anything.Utils
NotSupportedException ( Url, uri, string message ) : Anything.Utils
NotSupportedException ( string message ) : Anything.Utils

Method Details

NotSupportedException() public method

public NotSupportedException ( FileHandle, fileHandle ) : Anything.Utils
fileHandle FileHandle,
return Anything.Utils

NotSupportedException() public method

public NotSupportedException ( FileHandle, fileHandle, string message ) : Anything.Utils
fileHandle FileHandle,
message string
return Anything.Utils

NotSupportedException() public method

public NotSupportedException ( Url, uri ) : Anything.Utils
uri Url,
return Anything.Utils

NotSupportedException() public method

public NotSupportedException ( Url, uri, string message ) : Anything.Utils
uri Url,
message string
return Anything.Utils

NotSupportedException() public method

public NotSupportedException ( string message ) : Anything.Utils
message string
return Anything.Utils