Class ContentLanguageProviderException
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Exception thrown by ContentLanguageInfoProvider when a language operation violates a business rule.
public sealed class ContentLanguageProviderException : InvalidOperationException
- Inheritance
-
objectExceptionSystemExceptionInvalidOperationExceptionContentLanguageProviderException
- Extension Methods
Constructors
ContentLanguageProviderException(ContentLanguageProviderError, string)
Initializes a new instance of the ContentLanguageProviderException class.
public ContentLanguageProviderException(ContentLanguageProviderError error, string message)
Parameters
errorContentLanguageProviderErrormessagestring
Properties
Error
Gets the specific error that caused this exception.
public ContentLanguageProviderError Error { get; }