Table of Contents

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
object
Exception
SystemException
InvalidOperationException
ContentLanguageProviderException
Extension Methods

Constructors

ContentLanguageProviderException(ContentLanguageProviderError, string)

Initializes a new instance of the ContentLanguageProviderException class.

public ContentLanguageProviderException(ContentLanguageProviderError error, string message)

Parameters

error ContentLanguageProviderError
message string

Properties

Error

Gets the specific error that caused this exception.

public ContentLanguageProviderError Error { get; }

Property Value

ContentLanguageProviderError