UserErrorMessageException#

class ansys.mechanical.stubs.v261.Ansys.ACT.Interfaces.Common.UserErrorMessageException(msg: str)#

Bases: object

Defines a user exception used to send error message to the end user.

Overview#

Equals

Equals method.

GetBaseException

GetBaseException method.

GetHashCode

GetHashCode method.

GetObjectData

GetObjectData method.

GetType

GetType method.

ToString

ToString method.

Data

Data property.

HResult

HResult property.

HelpLink

HelpLink property.

InnerException

InnerException property.

Message

Message property.

Source

Source property.

StackTrace

StackTrace property.

TargetSite

TargetSite property.

Property detail#

property UserErrorMessageException.Data: System.Collections.IDictionary | None#

Data property.

property UserErrorMessageException.HResult: int | None#

HResult property.

HelpLink property.

property UserErrorMessageException.InnerException: System.Exception | None#

InnerException property.

property UserErrorMessageException.Message: str | None#

Message property.

property UserErrorMessageException.Source: str | None#

Source property.

property UserErrorMessageException.StackTrace: str | None#

StackTrace property.

property UserErrorMessageException.TargetSite: System.Reflection.MethodBase | None#

TargetSite property.

Method detail#

UserErrorMessageException.Equals(obj: Any) bool#

Equals method.

UserErrorMessageException.GetBaseException() System.Exception#

GetBaseException method.

UserErrorMessageException.GetHashCode() int#

GetHashCode method.

UserErrorMessageException.GetObjectData(info: System.Runtime.Serialization.SerializationInfo, context: System.Runtime.Serialization.StreamingContext) None#

GetObjectData method.

UserErrorMessageException.GetType() type#

GetType method.

UserErrorMessageException.ToString() str#

ToString method.