Click or drag to resize
ProxyGenerationException Constructor (String)
Initializes a new instance of the ProxyGenerationException class

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ProxyGenerationException(
	string message
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ProxyGenerationException.#ctor(System.String)"]

See Also