Partager via


RequestChecker.CheckIsNotNull Method (String, Object)

 

Checks whether the parameter is not null.

Namespace:   Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly:  Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)

Syntax

public static void CheckIsNotNull(
    string paramName,
    object paramValue
)
public:
static void CheckIsNotNull(
    String^ paramName,
    Object^ paramValue
)
Public Shared Sub CheckIsNotNull (
    paramName As String,
    paramValue As Object
)

Parameters

  • paramName
    Type: System.String

    The name of the parameter to check.

See Also

RequestChecker Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace

Return to top