C# Class WebStreams.Server.ExceptionExtensions

The exception extensions.
显示文件 Open project: WebStreams/WebStreams.Server

Public Methods

Method Description
ToDetailedString ( this exception ) : string

Returns a detailed string representation of this instance.

Returns string.Empty if exception is null.

Method Details

ToDetailedString() public static method

Returns a detailed string representation of this instance.
Returns string.Empty if exception is null.
public static ToDetailedString ( this exception ) : string
exception this /// The exception. ///
return string