BTXDebugProxy.ThrowSecurityException(String, Exception, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void ThrowSecurityException(System::String ^ msgId, Exception ^ innerexp, ... cli::array <System::Object ^> ^ args);
public void ThrowSecurityException (string msgId, Exception innerexp, params object[] args);
member this.ThrowSecurityException : string * Exception * obj[] -> unit
Public Sub ThrowSecurityException (msgId As String, innerexp As Exception, ParamArray args As Object())
Parameters
- msgId
- String
- innerexp
- Exception
- args
- Object[]