C# Class NServiceBus.BehaviorTypeChecker

Show file Open project: Particular/NServiceBus

Public Methods

Method Description
ThrowIfInvalid ( Type behavior, string paramName ) : void

Method Details

ThrowIfInvalid() public static method

public static ThrowIfInvalid ( Type behavior, string paramName ) : void
behavior System.Type
paramName string
return void