C# Class NServiceBus.ExceptionHeaderHelper

Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
SetExceptionHeaders ( string>.Dictionary headers, Exception e ) : void

Private Methods

Method Description
Truncate ( this value, int maxLength ) : string

Method Details

SetExceptionHeaders() public static method

public static SetExceptionHeaders ( string>.Dictionary headers, Exception e ) : void
headers string>.Dictionary
e System.Exception
return void