Class CpexAssemblyRegistrationException
Exception for signalling cpex assembly registration errors.
Inheritance
System.Object
CpexAssemblyRegistrationException
Namespace: Cireson.Core.Common.Helpers
Assembly: Cireson.Core.Common.dll
Syntax
public class CpexAssemblyRegistrationException : InvalidOperationException
Remarks
Admin, 8/24/2017.
Constructors
View SourceCpexAssemblyRegistrationException(String)
Constructor.
Declaration
public CpexAssemblyRegistrationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Remarks
Admin, 8/24/2017.