Show / Hide Table of Contents

Class Guard

Inheritance
object
Guard
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common
Assembly: DotNetNuke.dll
Syntax
public static class Guard

Methods

Against(bool, string)

Declaration
public static void Against(bool condition, string message)
Parameters
Type Name Description
bool condition
string message

Against(bool, string, params object[])

Declaration
public static void Against(bool condition, string message, params object[] args)
Parameters
Type Name Description
bool condition
string message
object[] args
Back to top by the community, for the community... #DNNCMS